projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e2f95
)
GtkFontChooserWidget: Remove unused struct field
author
Garrett Regier
<garrettregier@gmail.com>
Wed, 6 May 2015 05:24:16 +0000
(22:24 -0700)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 7 May 2015 20:01:49 +0000
(16:01 -0400)
This was added accidentally in a recent patch.
Signed-off-by: Garrett Regier <garrettregier@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=748992
gtk/gtkfontchooserwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfontchooserwidget.c
b/gtk/gtkfontchooserwidget.c
index 809e336374ecbd274eb5e73c61bbd234c1163070..57236878740005bfa5e0306bebe0e86b8576c46e 100644
(file)
--- a/
gtk/gtkfontchooserwidget.c
+++ b/
gtk/gtkfontchooserwidget.c
@@
-99,7
+99,6
@@
struct _GtkFontChooserWidgetPrivate
gpointer filter_data;
GDestroyNotify filter_data_destroy;
- GtkSettings *settings;
guint last_fontconfig_timestamp;
};